How to split very long tables? - Mailing list pgsql-sql

From Stuart Rison
Subject How to split very long tables?
Date
Msg-id l03110708b1c676a184fa@[128.40.242.190]
Whole thread Raw
Responses Re: [SQL] How to split very long tables?  ("Brett W. McCoy" <bmccoy@lan2wan.com>)
List pgsql-sql
Dear All,

I am using postgreSQL to matain a database of breast cancer patient data.
I have create a hugely long (i.e. many columns) table and it is becoming
unmanageable (I can't get the whole of it on screen, some queries appear to
exceed the maximum string length etc.)

How do you 'split' a long table without adding excessive redundency?  Is it
OK to just cut the table up and use the same primary key?

I would be grateful for any comments/suggestions.

Cheers,

Stuart.

PS.  could you please cc me a copy of your posting(s).


+-------------------------+--------------------------------------+
| Stuart Rison            | Ludwig Institute for Cancer Research |
| Tel. (0171) 878 4041    | Courtauld Building                   |
| Fax. (0171) 878 4040    | 91 Riding House Street               |
+-------------------------+ London, W1P 8BT                      |
| stuart@ludwig.ucl.ac.uk | UNITED KINGDOM.                      |
+-------------------------+--------------------------------------+



pgsql-sql by date:

Previous
From: Stuart Rison
Date:
Subject: Primary keys: can they be alphanumerical?
Next
From: "Brett W. McCoy"
Date:
Subject: Re: [SQL] Primary keys: can they be alphanumerical?